home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 20 / jimutils / include / offsets / mathieeesingbas.i < prev    next >
Encoding:
Text File  |  1994-01-27  |  319 b   |  17 lines

  1.     ifnd    Call
  2. Call    macro                ; a macro to call library routines
  3.     jsr    _LVO\1(a6)
  4.     endm
  5.     endc
  6.  
  7. _LVOIEEESPFix    EQU    -30 
  8. _LVOIEEESPFlt    EQU    -36 
  9. _LVOIEEESPCmp    EQU    -42 
  10. _LVOIEEESPTst    EQU    -48 
  11. _LVOIEEESPAbs    EQU    -54 
  12. _LVOIEEESPNeg    EQU    -60 
  13. _LVOIEEESPAdd    EQU    -66 
  14. _LVOIEEESPSub    EQU    -72 
  15. _LVOIEEESPMul    EQU    -78 
  16. _LVOIEEESPDiv    EQU    -84 
  17.